home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / offenders / win.c < prev    next >
C/C++ Source or Header  |  1994-05-16  |  259b  |  16 lines

  1. #include <intuition/intuition.h>
  2. #include <proto/intuition.h>
  3.  
  4.  
  5. extern struct IntuitionBase *IntuitionBase;
  6.  
  7. main(int argc, char *argv[])
  8. {
  9.    struct Window *win1;
  10.  
  11.    win1=OpenWindowTags(NULL,WA_Left,100,WA_Top,100,WA_Width,100,WA_Height,100,TAG_DONE);
  12.  
  13. }
  14.  
  15.  
  16.